@charset "utf-8";

#footer {
	position: relative;
	background: url(../img/footer-bg.jpg) center top;
	padding-bottom: 50px;
}

#footer .mainBox {
	overflow: hidden;
}

#footer .info {
	overflow: hidden;
	padding: 50px 0;
}

#footer .info .ewm {
	float: left;
	overflow: hidden;
}

#footer .info .ewm div {
	float: left;
	margin-right: 40px;
	width: 95px;
}

#footer .info .ewm div span {
	display: block;
	border-radius: 10px;
	background-color: #fff;
	width: 95px;
	height: 95px;
	padding: 5px;
}

#footer .info .ewm div p {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 12px 0;
	line-height: 1.2em;
}

#footer .info .ewm div img {
	display: block;
	width: 85px;
	height: 85px;
}

#footer .info .contact {
	float: left;
	padding: 10px 0px 0 0px;
}

#footer .info .contact a {
	display: block;
	color: #fff;
	padding: 10px 0 10px 40px;
	font-size: 18px;
}

#footer .info .contact a:hover {
	color: #fff;
	text-decoration:underline;
}

#footer .info .contact a.tel {
	background: url(../img/icon-tel.png) no-repeat left center;
	background-size: 22px 22px;
}

#footer .info .contact a.mail {
	background: url(../img/icon-mail.png) no-repeat left center;
	background-size: 23px 17px;
}

#footer .info .link-pic{overflow: hidden; float: right;}
#footer .info .link-pic a{display: block; float: left; margin-left: 25px;}
#footer .info .link-pic a img{display: block; width: 125px;}
/* 底部菜单 */

#footer .link {
	border-top: 1px solid #fff;
	position: relative;
	padding: 30px 40px 30px;
	overflow: hidden;
}

#footer .link h2 {
	font-size: 24px;
	text-align: left;
	color: #fff;
}

#footer .link div {
	text-align: center;
	color: #fff;
	margin: 20px 0;
}

#footer .link div a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
}

#footer .link div a:hover {
	color: #fff;
	text-decoration:underline;
}

/* 版权信息 */

#footer .cop {
	padding: 15px 0 15px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 1.8em;
	overflow: hidden;
}

#footer .cop img {
	display: block;
	margin: 0 auto 20px;
}

#footer .cop a {
	color: #fff;
}

#footer .cop a:hover {
	color: #fff;
}

#footer .info .link a {
	margin-right: 10px;
}

#footer .box .link {
	color: #333;
	overflow: hidden;
	float: left;
}

#footer .box .link .block {
	float: left;
	width: 220px;
}

#footer .box .link .block h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#footer .box .link .block a {
	font-size: 14px;
	width: 50%;
	color: #888;
	display: block;
	float: left;
	margin: 5px 0;
}

#footer .box .link .block a:hover {
	color: #fff;
}

#footer .box .contact {
	float: left;
	padding-left: 5%;
}

#footer .box .contact h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

#footer .box .contact a,

#footer .box .contact p {
	font-size: 14px;
	color: #888;
	display: block;
	margin: 5px 0;
}

#footer .box .contact b {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.search-window {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.search-bg {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.search-con {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 34px;
	height: 56px;
	line-height: 54px;
	border: solid 1px #c1c1c1;
}

.search-con select {
	width: 100px;
	display: inline-block;
	background: #fff url(../img/down.png) no-repeat center right;
	background-size: 10px;
	font-size: 18px;
	margin-left: 20px;
}

.search-con input {
	width: 600px;
	padding: 0 60px 0 20px;
	display: inline-block;
	border: 0;
	font-size: 18px;
}

.search-con button {
	display: block;
	position: absolute;
	right: 8px;
	top: 7px;
	font-size: 18px;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #1c4cba;
	color: #fff;
	background-size: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.selectItemhidden {
	display: none;
	background: #FFF;
	position: absolute;
	top: 60px;
	left: center;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	z-index: 1000;
}

.selectItemcont {
	padding: 10px 25px;
}

.selectItemcont a {
	display: block;
	height: 50px;
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 1px solid #f1f1f1;
}

.selectItemcont a:hover {
	color: #1c4cba;
}

.selectItemcont a:last-child {
	border: 0;
}



/* 侧边悬浮按钮 */

#side {
	position: fixed;
	z-index: 999999;
	top: 50%;
	transform: translate(0, -50%);
	right: -160px;
	width: 130px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 3px 20px 0px rgba(95, 95, 95, 0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#side.on {
	right: 10px;
}

#side .block-keyuan {
	padding: 35px 10px 30px;
	position: relative;
	z-index: 0;
	display: none;
}

#side .mySwiper-side {
	overflow: hidden;
	height: 335px;
}

#side .swiper-button-prev,#side .swiper-button-next {
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 100%;
	background: none;
	z-index: 0
}

#side .swiper-button-prev {
	top: 20px;
	transform: rotate(90deg);
}

#side .swiper-button-next {
	bottom: 0;
	top: auto;
	transform: rotate(90deg);
}

#side .swiper-button-next:after, #side .swiper-button-prev:after {
	font-size: 22px;
	display: block;
	width: 100%;
	text-align: center;
	color: #000;
}

#side .mySwiper-side a {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#side .mySwiper-side a:hover {
	background-color: #1c4cba;
	color: #fff;
}

#side .swiper-scrollbar {
	background: none;
	width: 3px;
}

#side .swiper-scrollbar-drag {
	background: rgba(0,0,0,.2);
}

#side .block-fanyi {
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	margin: 0 10px;
	position: relative;
	z-index: 2;
}

#side .block-fanyi a {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	margin: 0;
	color: #000;
	border-radius: 5px;
}

#side .block-fanyi a:hover {
	background-color: #1c4cba;
	color: #fff;
}

#side .block-gotop {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	background: url(../img/go-top.png) no-repeat center 12px;
	line-height: 40px;
	height: 55px;
	padding-top: 20px;
	margin: 0;
	color: #1c4cba;
}
#side .keyuan {
	display: none;
}
@media screen and (max-width: 1500px) {
	#side .block-keyuan{
		display: none ;
	}
	#side .keyuan {
		display: block;
		padding: 5px 0 2px;
		margin: 0 10px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	#side .keyuan span {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		margin: 0;
		cursor: pointer;
		color: #000;
		border-radius: 5px;
	}
	
	#side .keyuan span:hover {
		background-color: #1c4cba;
		color: #fff;
	}
}
@media screen and (max-width: 768px) {

	

	

	#footer {
		position: relative;
		background: url(../img/footer-bg.jpg) center top;
		padding-bottom: .2rem;
	}

	#footer .mainBox {
		overflow: hidden;
	}

	#footer .info {
		overflow: hidden;
		padding: .5rem .25rem;
	}

	#footer .info .ewm {
		float: none;
		display: flex;
		justify-content: space-between;
		overflow: hidden;
	}

	#footer .info .ewm div {
		float: none;
		margin-right: 0;
		width: 1.65rem;
	}

	#footer .info .ewm div span {
		display: block;
		margin: 0 auto;
		border-radius: .1rem;
		background-color: #fff;
		width: calc(100% - .1rem);
		height: auto;
		padding: .1rem;
	}

	#footer .info .ewm div p {
		display: block;
		text-align: center;
		color: #fff;
		font-size: .22rem;
		padding: .15rem 0;
		line-height: 1.2em;
	}

	#footer .info .ewm div img {
		display: block;
		width: 100%;
		height: auto;
	}

	#footer .info .contact {
		float: none;
		margin: 0 auto;
		padding: .2rem .5rem 0
	}

	#footer .info .contact a {
		display: block;
		color: #fff;
		padding: 10px 0 10px 40px;
		font-size: .32rem;
	}

	#footer .info .contact a:hover {
		color: #1c4cba;
	}

	#footer .info .contact a.tel {
		background: url(../img/icon-tel.png) no-repeat left center;
		background-size: .4rem .4rem;
	}

	#footer .info .contact a.mail {
		background: url(../img/icon-mail.png) no-repeat left center;
		background-size: .41rem .38rem;
	}

	

	/* 底部菜单 */

	#footer .link {
		display: none;
		border-top: 1px solid #fff;
		position: relative;
		padding: 30px 40px 30px;
		overflow: hidden;
	}

	#footer .link h2 {
		font-size: 24px;
		text-align: left;
		color: #fff;
	}

	#footer .link div {
		text-align: center;
		color: #fff;
		margin: 20px 0;
	}

	#footer .link div a {
		display: inline-block;
		color: #fff;
		font-size: 15px;
	}

	#footer .link div a:hover {
		color: #1c4cba;
	}

	/* 版权信息 */

	#footer .cop {
		padding: 0 0 15px;
		font-size: 14px;
		text-align: center;
		color: #fff;
		line-height: 1.8em;
		overflow: hidden;
	}

	#footer .cop img {
		width: 60%;
		display: block;
		margin: 0 auto .2rem;
	}

	#footer .cop a {
		color: #fff;
		font-size: .26rem
	}

	#footer .cop a:hover {
		color: #1c4cba;
	}

	#footer .cop p {
		font-size: .24rem;
		padding: .2rem .3rem 0;
		line-height: 1.3em;
	}

	#footer .info .link a {
		margin-right: 10px;
	}

	#footer .box .link {
		color: #333;
		overflow: hidden;
		float: left;
	}

	#footer .box .link .block {
		float: left;
		width: 220px;
	}

	#footer .box .link .block h2 {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 10px;
	}

	#footer .box .link .block a {
		font-size: 14px;
		width: 50%;
		color: #888;
		display: block;
		float: left;
		margin: 5px 0;
	}

	#footer .box .link .block a:hover {
		color: #fff;
	}

	#footer .box .contact {
		float: left;
		padding-left: 5%;
	}

	#footer .box .contact h2 {
		font-size: 16px;
		color: #fff;
		margin-bottom: 10px;
	}

	#footer .box .contact a,

	#footer .box .contact p {
		font-size: 14px;
		color: #888;
		display: block;
		margin: 5px 0;
	}

	#footer .box .contact b {
		font-weight: bold;
		font-size: 16px;
		color: #fff;
	}

	.search-con {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		transform: translate(0,0);
		height: 50px;
		line-height: 50px;
		border-radius: 0;
	}
	.search-con form{
		display: flex;
	}
	.search-con select{
		height: 50px;
		line-height: 50px;
		width: 6em;
		font-size: 14px;
		background: url(../img/down.png) no-repeat center right;
		background-size: 10px;
	}
	.search-con input {
		flex: 1;
		width: 100%;
		border: 0;
		font-size: 14px;
		background: none;
		background-size: 20px;
		border-radius: 0;
		height: 50px;
		line-height: 50px;
		padding-left: 10px;
	}

	.search-con button {
		opacity: 1;
		position: absolute;
		right: 8px;
		top: 7px;
		font-size: 14px;
		width: 60px;
		height: 36px;
		line-height: 36px;
		background: #1c4cba;
		color: #fff;
		background-size: 20px;
		border-radius: 20px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}

	/* 侧边 */

	

		/* 侧边 */

		

	#side {
		display: none;
	}

		

		/*微信*/

	.wx-ewm-box {
		display: none !important;
	}

	.wx-ewm-box.open {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column;
		position: fixed;
		z-index: 9;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.8);
		justify-content: center;
		align-content: center;
	}

	.wx-ewm-box.open img {
		width: 160px;
		height: 160px;
		border: 8px solid #fff;
		margin: 0 auto;
		display: block;
		position: relative;
		z-index: 1;
	}

	.wx-ewm-box.open span {
		padding: 10px;
		color: #fff;
		display: block;
		text-align: center;
		width: 100%;
	}

	.wx-ewm-box.open .bg {
		position: absolute;
		background: none;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
}